home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor24_arexx.lha
/
BBSRead
/
CfgConf.br
< prev
next >
Wrap
Text File
|
1996-11-11
|
528b
|
32 lines
/* $VER: CfgConf.br 3.2 (07.06.94)
**
** Stubb to use CONFIGCONF from cli
*/
parse arg arguments
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
address BBSREAD
if arguments = '' then
do
GETCOMMANDINFO CONFIGCONF TEMP
say 'CfgConf.br 3.2 (07.06.94)'
say 'Lets you use the CONFIGCONF arexx command from CLI.'
say 'Template:' TEMP
exit
end
CONFIGCONF arguments
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end